Remove gtk4-install.props's during re-generation
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 19 Oct 2016 10:46:59 +0000 (18:46 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 26 Oct 2016 08:46:38 +0000 (16:46 +0800)
This is to ensure the changes in the generated
build/win32/vs10/gtk4-install.props are applied in
build/win32/vs[11|12|14] as well.

build/win32/vs10/Makefile.am

index 9b986663a0c6c7ad829bf55dd200af18a2f9cbe9..de544a81a49be584e38a47f4f4f5657e4ef2dd09 100644 (file)
@@ -69,6 +69,9 @@ DISTCLEANFILES = \
        $(GENERATED_ITEMS)
 
 gtk4-install.props: $(top_srcdir)/build/win32/vs10/gtk4-install.propsin $(MSVC10_HEADERS_LISTS)
+       -$(RM) $(top_builddir)/build/win32/vs11/gtk4-install.props
+       -$(RM) $(top_builddir)/build/win32/vs12/gtk4-install.props
+       -$(RM) $(top_builddir)/build/win32/vs14/gtk4-install.props
        $(CPP) -P - <$(top_srcdir)/build/win32/vs10/gtk4-install.propsin >$@
        rm $(MSVC10_HEADERS_LISTS)